home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / deskspace / DeskSpace152TrialSetup.exe / help / style / footer.css < prev    next >
Cascading Style Sheet File  |  2006-02-04  |  759b  |  50 lines

  1. /*
  2.     Otaku Software Website Style Sheet
  3.     File: footer.css
  4.     Version: 1.0
  5.     Date: 20/09/2004
  6.     Authors: Garry Stewart, James Stewart
  7. */
  8.  
  9. /* Begin: Footer Tags */
  10.  
  11. #Footer
  12. {
  13.     font-family: Verdana, Arial, Helvetica, sans-serif;
  14.     font-size: 11px;
  15.     clear: both;
  16.     width: 100%;
  17.     color: #909090;
  18.     border-style: solid;
  19.     border-color: #dadada;
  20.     border-top-width: 1px;
  21.     border-bottom-width: 0px;
  22.     border-left-width: 0px;
  23.     border-right-width: 0px;
  24.     margin-top: 2em;
  25.     margin-bottom: 0px;
  26.     padding-top: 0.5em;
  27.     padding-bottom: 1em;
  28. }
  29.  
  30. .FooterLeft
  31. {
  32.     float : left;
  33.     text-align : left;
  34.     width : 35%;
  35. }
  36.  
  37. .FooterRight
  38. {
  39.     width : 65%;
  40.     float : right;
  41.     text-align : right;    
  42. }
  43.  
  44. .FooterSpacer
  45. {
  46.     clear : both;
  47. }
  48.  
  49. /* End: Footer Tags */
  50.